home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
pisin.frm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-09
|
223 b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;parameter and window defaults
a = 1
b = 1
c = 1
d = 1
mu = 0
xmin = -10
xmax = 10
ymin = -10
ymax = 10
;the function
x = pi*sin(a*y)
y = pi*sin(b*x)